home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if the type of sprite 20 = 0 then
- set userSelection to the clickOn
- if legalButton(userSelection) then
- selectGroup(userSelection)
- end if
- else
- set userSelection to the frame - marker(0) + 1
- if legalButton(20) then
- selectGroup(userSelection)
- end if
- end if
- end
-